home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / Prograph Classic 2.6.1 / Prograph Classic 2.6.1 / Prograph Classic 2.6.1.rsrc / STR#_968.txt < prev    next >
Text File  |  1995-09-21  |  394b  |  9 lines

  1. Given WindowName, search attribute "window lib" of Application for a Window named WindowName; return FoundIndex and FoundWindow or 0 and NULL if not found.  If WindowIndex given, return FoundName and FoundWindow.
  2.  
  3. Inputs: ¬´Application¬ª; string | integer
  4. Outputs: integer | string; ¬´Window¬ª | NULL
  5.  
  6. Inputs: Application; WindowName | WindowIndex
  7. Outputs: FoundIndex | FoundName; FoundWindow
  8.  
  9.